summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test.c b/test.c
deleted file mode 100644
index eaa490e..0000000
--- a/test.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <string.h>
-#include <stdio.h>
-#include <assert.h>
-#include "domain2name.c"
-int main (void) {
-#include "domain2name_testcase.c"
- return 0;
-}